home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 7 / FM Towns Free Software Collection 7.iso / taropyon / hewin / ccisrc / apl.h < prev    next >
C/C++ Source or Header  |  1993-11-30  |  277b  |  22 lines

  1. #ifndef    _APL_H
  2. #define    _APL_H
  3.  
  4. #define    APL_WRITEPAGE    (0)
  5.  
  6. #ifndef    _APLMSG_H
  7. #    include    "aplmsg.h"
  8. #endif
  9.  
  10. #ifndef    _APLCTRL_H
  11. #    include    "aplctrl.h"
  12. #endif
  13. #ifndef    _APLPCL_H
  14. #    include    "aplpcl.h"
  15. #endif
  16.  
  17. #ifndef    _APLWALL_H
  18. #    include    "aplwall.h"
  19. #endif
  20.  
  21. #endif
  22.